how to convert object to list in java

63

java object into list -

return Arrays.asList(Object);

Comments

Submit
0 Comments